home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / fortran / libf2c-0.000 / libf2c-0 / libf2c / hello.f < prev    next >
Encoding:
Text File  |  1995-01-14  |  61 b   |  4 lines

  1.       program hello
  2.       print *,'Hello, world.'
  3.       end 
  4.